Platform Explorer / Nuxeo Platform LTS 2015 7.10

Component org.nuxeo.ecm.core.query.properties

Contributions

XML Source

<?xml version="1.0"?>

<component name="org.nuxeo.ecm.core.query.properties">

  <extension target="org.nuxeo.runtime.ConfigurationService" point="configuration">
    <documentation>
      Property that defines the default maxPageSize to use when no
      value is defined on the page provider contribution.
      Value '0' means no limit.
    </documentation>
    <property name="nuxeo.pageprovider.default-max-page-size">1000</property>
  </extension>

</component>